projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02f47e8
)
(abbrev-mode): Tighten up a bit the safety predicate.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 26 Apr 2006 05:16:01 +0000
(
05:16
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 26 Apr 2006 05:16:01 +0000
(
05:16
+0000)
lisp/abbrev.el
patch
|
blob
|
history
diff --git
a/lisp/abbrev.el
b/lisp/abbrev.el
index 9ba53f6f6f580c7bbe3aa92211d9a9e56515ac6c..c0380058b5362e6eb73566a5f300228479dc7c09 100644
(file)
--- a/
lisp/abbrev.el
+++ b/
lisp/abbrev.el
@@
-58,7
+58,7
@@
Interactively, use the command `abbrev-mode'
to enable or disable Abbrev mode in the current buffer."
:type 'boolean
:group 'abbrev-mode)
-;;;###autoload(put 'abbrev-mode 'safe-local-variable
t
)
+;;;###autoload(put 'abbrev-mode 'safe-local-variable
'symbolp
)
\f
(defvar edit-abbrevs-map
@@
-363,5
+363,5
@@
A prefix argument means don't query; expand all abbrevs."
(if (or noquery (y-or-n-p (format "Expand `%s'? " string)))
(expand-abbrev)))))))
-;;
;
arch-tag: dbd6f3ae-dfe3-40ba-b00f-f9e3ff960df5
+;; arch-tag: dbd6f3ae-dfe3-40ba-b00f-f9e3ff960df5
;;; abbrev.el ends here